home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-20 | 552 b | 29 lines |
- CFLAGS = nostackcheck structureequivalence ignore=73
-
- all: clonescreen doublebuffer dualplayfield newlookscreen \
- publicscreen pubscreenbeep screen34to37
-
- clonescreen: clonescreen.c
- sc link $(CFLAGS) $@
-
- doublebuffer: doublebuffer.c
- sc link $(CFLAGS) $@
-
- dualplayfield: dualplayfield.c
- sc link $(CFLAGS) $@
-
- newlookscreen: newlookscreen.c
- sc link $(CFLAGS) $@
-
- publicscreen: publicscreen.c
- sc link $(CFLAGS) $@
-
- pubscreenbeep: pubscreenbeep.c
- sc link $(CFLAGS) $@
-
- screen34to37: screen34to37.c
- sc link $(CFLAGS) $@
-
- clean:
- -delete \#?.(o|lnk)
-